type go.pact.im/x/process.startStopRunnable

3 uses

	go.pact.im/x/process (current package)
		task.go#L115: 	return &startStopRunnable{startInBackground, gracefulStop}
		task.go#L118: type startStopRunnable struct {
		task.go#L123: func (r *startStopRunnable) Run(ctx context.Context, callback Callback) error {